home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 98 / Skunkware 98.iso / src / mail / pine3.96.tar.gz / pine3.96.tar / pine3.96 / pico / dos_gen.h < prev    next >
C/C++ Source or Header  |  1996-03-15  |  1KB  |  42 lines

  1. /*
  2.  * $Id: dos_gen.h,v 4.4 1996/03/15 07:41:11 hubert Exp $
  3.  *
  4.  * Program:    Operating system dependent header - MS DOS Generic
  5.  *
  6.  *
  7.  * Michael Seibel
  8.  * Networks and Distributed Computing
  9.  * Computing and Communications
  10.  * University of Washington
  11.  * Administration Builiding, AG-44
  12.  * Seattle, Washington, 98195, USA
  13.  * Internet: mikes@cac.washington.edu
  14.  *
  15.  * Please address all bugs and comments to "pine-bugs@cac.washington.edu"
  16.  *
  17.  *
  18.  * Pine and Pico are registered trademarks of the University of Washington.
  19.  * No commercial use of these trademarks may be made without prior written
  20.  * permission of the University of Washington.
  21.  * 
  22.  * Pine, Pico, and Pilot software and its included text are Copyright
  23.  * 1989-1996 by the University of Washington.
  24.  * 
  25.  * The full text of our legal notices is contained in the file called
  26.  * CPYRIGHT, included with this distribution.
  27.  *
  28.  *
  29.  * Notes:
  30.  *     - This file should contain the cross section of functions useful
  31.  *       in both DOS and Windows ports of pico.
  32.  *
  33.  */
  34.  
  35.  
  36. #ifdef TURBOC
  37. /*
  38.  * big stack for turbo C
  39.  */
  40. extern    unsigned    _stklen = 16384;
  41. #endif
  42.